cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/18 - Stopwatch/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
const timer = document.getElementById('stopwatch');
const lapBox = document.getElementById('lapBox');
var hr = 0;
var min = 0;
v
const lapBox = document.getElementById('lapBox');
var hr = 0;
var min = 0;
v